home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Joystick Magazine 1995 November (Mac)
/
cd No7 joystick No65 novembre 1995.iso
/
mac
/
Fouillationnons!
/
Jeux
/
Xconq 7.0.1
/
lib
/
steppes.g
< prev
next >
Wrap
Text File
|
1995-08-22
|
604b
|
47 lines
(game-module "steppes"
(title "The Steppes")
(blurb "The wide-open spaces")
(base-module "standard")
(variants (see-all true))
)
(add t* country-terrain-min 0)
(add t* country-terrain-max 1000)
;;; Uniform land (matches anything with a type called "plains").
(area 60 30)
(area (terrain (by-name "+" plains)
"60+"
"60+"
"60+"
"30+2a28+" ; works around a bug in AI code?
"60+"
"60+"
"60+"
"60+"
"60+"
"60+"
"60+"
"60+"
"60+"
"60+"
"60+"
"60+"
"60+"
"60+"
"60+"
"60+"
"60+"
"60+"
"60+"
"60+"
"60+"
"60+"
"60+"
"60+"
"60+"
"60+"
))